Skip to content

Conversation

matthewdale
Copy link
Collaborator

@matthewdale matthewdale commented Sep 3, 2025

GODRIVER-3654

Summary

Stop testing the "latest" server build for release/1.17.

Background & Motivation

Now that drivers-evergreen-tools is pinned at a specific version in release/1.17, newer server versions may not launch correctly. We don't advertise support for server versions newer than 8.x on Go Driver v1 releases, so there's no need to test the "latest" builds anymore.

@mongodb-drivers-pr-bot
Copy link
Contributor

API Change Report

No changes found!

@matthewdale matthewdale changed the title Don't test v1 branches against latest server. GODRIVER-3654 Don't test v1 branches against latest server. Sep 4, 2025
@matthewdale matthewdale added review-priority-low Low Priority PR for Review: within 3 business days ignore-for-release labels Oct 22, 2025
@matthewdale matthewdale marked this pull request as ready for review October 22, 2025 05:43
@matthewdale matthewdale requested a review from a team as a code owner October 22, 2025 05:43
@matthewdale matthewdale requested review from Copilot and prestonvasquez and removed request for prestonvasquez October 22, 2025 05:43
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR removes testing configurations for the "latest" MongoDB server version from the release/1.17 branch, limiting tests to specific server versions up to 8.0. This aligns with the support policy for Go Driver v1 releases and prevents compatibility issues with newer server versions that may not work with the pinned drivers-evergreen-tools version.

Key Changes:

  • Replaced "latest" server version with "8.0" in search index tests
  • Removed "latest" version from the server version axis configuration
  • Eliminated all test matrix configurations that included "latest" server builds

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Copy link
Collaborator

@qingyang-hu qingyang-hu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@matthewdale matthewdale merged commit b879028 into mongodb:release/1.17 Oct 22, 2025
33 of 38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ignore-for-release review-priority-low Low Priority PR for Review: within 3 business days

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants